OPC Studio User's Guide and Reference
IObservableKeyedCollection<TKey,TItem> Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.Generic Namespace : IObservableKeyedCollection<TKey,TItem> Interface
The type of keys in the collection.
The type of items in the collection.
An interface for am observable collection whose keys are embedded in the values.
Syntax
Type Parameters
TKey
The type of keys in the collection.
TItem
The type of items in the collection.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also